body
{
  margin:0px 0px 0px 0px;
  background:#B5C4E1;
  text-align:center;
}

#FloatingPage
{
  margin:20px auto;
  width:1000px;
  height:710px;
  padding:0px;
  background-color:#FFFFFF;
  border-width:10px;
  border-style:solid;
  border-color:#3C5A96;
}

#HeaderSection
{
}

#HeaderTable
{
  width: 100%;
}

#BigTitle
{
    Font-Family: Times, 'Times New Roman'
    Font-Weight: bolder;
    Font-Size: 28pt;
    color: #1E2D4B;
}

#menubar {
	font-family:verdana, "Microsoft Sans Serif", Times, serif;
	font-size:9pt;
    border-width:5px 0px 5px 0px;
    border-style:solid;
    border-color:#3C5A96;
	background-color:#3C5A96;
	margin-top:0px;
	width:100%; 
	height:24px;
}

#menubar ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
	text-align: center;
}

#menubar li {
	display: inline;
}

#menubar a {
	padding: 5px 15px;
	text-decoration: none;
	color: wheat;
}

#menubar a:hover {
	background-color:#FBF2E1;
	color:#455A79;
}

#ContentSection
{
  height:530px;
}

#MainTable
{
  width:100%;
  padding:10px 10px 0px 10px;
  text-align:left;
}

#Footer
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helv;
    background: #3C5A96;
    color:wheat;
    cellSpacing:0;
    cellPadding:0;
    border-spacing:0;
    text-align:center;
    width:100%;
    height:20px;
    bottom:0px;
}

.Caption
{
    FONT-SIZE: 14pt;
    FONT-FAMILY: Times, 'Times New Roman'
}


